ComponentOne Bitmap for UWP
Load(Stream,BaseTransform[]) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > Load Method : Load(Stream,BaseTransform[]) Method
The input stream.
The transformation chain for the image that is being loaded.
Loads the image from a System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal ParamArray transforms() As BaseTransform _
) 
public void Load( 
   System.IO.Stream stream,
   params BaseTransform[] transforms
)

Parameters

stream
The input stream.
transforms
The transformation chain for the image that is being loaded.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List